home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-20 | 4.4 KB | 99 lines | [TEXT/GEOL] |
- Item forwarded by BURBECK.S to EYES
-
- Item 5957974 18-Oct-89 07:23
-
- From: D4280 IDS, Robert Pappas, AST
-
- To: MACAPP.TECH$ MACAPP Tech
- MUYSVASOVIC1 ER&D - J-D Muys-Vasovic
- MOOF Rollin, Keith A
- MACDTS Macintosh Developer Tech. Supt.
- TIM.SWIHART Swihart, Tim
-
- Sub: C++ & MacApp & MPW 3.0 probs
-
-
- Thanks so much for the CORRECT Types.h... Hope you MOOFers fix this one.
- The official line from APDA is that "Yes, MPW 3.0 will work with C++ 3.1B1 and
- MacApp 2.0B9."
- It appears that the C++ 3.1B1 release will not work for people who do not have
- MPW 3.1B1, because the the new Types.h for C 3.1B1 is not included on the
- diskettes with the C++ update (which does have the C 3.1B1 compiler).
-
- Probably the testers had the full blown MPW 3.1B1, which would have the new
- Types.h. And maybe thats why it never made it on the C++ release diskettes.
-
- Bird did compile and works, but I have some questions about the warnings below:
- 1. __GetA0 warning means what???
- 2. It seems CFront checks for unused parameters rather strictly. Dave Wilson
- might want to fix up his sample...
- 3. TBirdView::Draw() hides virtual TView::Draw() No duh, thats what we
- wanted isn't it? OPascal requires OVERRIDE, which makes things more readable.
- When a function member is virtual, it really shouldn't complain when a derived
- class overrides it.
-
- MABuild Bird
- MABuild - v. 2.0ß9 Release 7/5/89 Start: 8:37:39 AM 10/18/89
-
- Copyright Apple Computer, Inc. 1986-1989
- All Rights Reserved.
-
- Target Folder: "HD:Samples2.0ß9Pascal:Two C++ Samples:Bird24c:.Debug Files:"
- Making: Bird.MAMake
- Compiling: UBird.cp
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 388 # warning:
- __GetA0 is reserved (starts with __[A-Z]); compile could fail!
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 391 # warning:
- __GetA5 is reserved (starts with __[A-Z]); compile could fail!
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 394 # warning:
- __GetA6 is reserved (starts with __[A-Z]); compile could fail!
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 397 # warning:
- __GetA7 is reserved (starts with __[A-Z]); compile could fail!
- File "UBird.h"; line 63 # warning: TBirdView::Draw() hides virtual
- TView::Draw()
- File "UBird.h"; line 79 # warning: TPaletteView::Draw() hides virtual
- TView::Draw()
- File "HD:Two C++ Samples:Bird24c:UBird.cp"; line 51 # warning: itsCmdNumber
- not used
- File "HD:Two C++ Samples:Bird24c:UBird.cp"; line 231 # warning: long assigned
- to short
- File "HD:Two C++ Samples:Bird24c:UBird.cp"; line 315 # warning: theMouse not
- used
- File "HD:Two C++ Samples:Bird24c:UBird.cp"; line 316 # warning: info not used
- File "HD:Two C++ Samples:Bird24c:UBird.cp"; line 316 # warning: hysteresis not
- used
- File "HD:Two C++ Samples:Bird24c:UBird.cp"; line 329 # warning: localPoint not
- used
- File "HD:Two C++ Samples:Bird24c:UBird.cp"; line 385 # warning: area not used
- File "HD:Two C++ Samples:Bird24c:UBird.cp"; line 433 # warning: info not used
- File "HD:Two C++ Samples:Bird24c:UBird.cp"; line 433 # warning: hysteresis not
- used
- File "HD:Two C++ Samples:Bird24c:UBird.cp"; line 550 # warning: previousPoint
- not used
- File "HD:Two C++ Samples:Bird24c:UBird.cp"; line 551 # warning: mouseDidMove
- not used
- Compiling: MBird.cp
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 388 # warning:
- __GetA0 is reserved (starts with __[A-Z]); compile could fail!
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 391 # warning:
- __GetA5 is reserved (starts with __[A-Z]); compile could fail!
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 394 # warning:
- __GetA6 is reserved (starts with __[A-Z]); compile could fail!
- File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 397 # warning:
- __GetA7 is reserved (starts with __[A-Z]); compile could fail!
- File "UBird.h"; line 63 # warning: TBirdView::Draw() hides virtual
- TView::Draw()
- File "UBird.h"; line 79 # warning: TPaletteView::Draw() hides virtual
- TView::Draw()
- Linking: Bird
- Rezzing: Bird.r
- PostRezzing: Bird
- "HDTwo C++ Samples:Bird24c:.Debug Files:Bird" # <- Execute to run your
- application
- Completion time for MABuild is Wednesday, October 18, 1989 8:41:42 AM
-
-
- Bob Pappas, IDS Financial Services
-
-
-